Skip to main content
DELETE
/
poweredby
/
connection
/
{id}
/
metadata
Clear Connection Metadata
curl --request DELETE \
  --url https://cloud.cdata.com/api/poweredby/connection/{id}/metadata \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

JWT token authentication. Include the token in the Authorization header as Bearer {token}. See Authentication for more information on creating a token.

Path Parameters

id
string
required

The connection Id of the connection in which to clear the metadata.

Response

200

OK