Deregister a Connection
Remove a connection via the API
DELETE /data/object/{connectionKey}
curl -X 'DELETE' \
'https://<your-immuta-url>/data/object/yourConnectionKey' \
-H 'accept: application/json' \
-H 'Content-Type: application/json' \
-H 'Authorization: <your-bearer-token>' \Path parameters
Attribute
Description
Required
Response schema
Attribute
Description
Example response
{
"objectPath": ['yourConnectionKey'],
"childCount": 5
}Last updated
Was this helpful?

