Config
Delete Config
DELETE
/
api
/
v2
/
public
/
slug
/
:slug
/
config
/
:config_id
curl --request DELETE \
--url https://api.gocobalt.io/api/v2/public/slug/:slug/config/:config_id \
--header 'linked_account_id: <linked_account_id>' \
--header 'x-api-key: <x-api-key>'
{
"message": "Installation Deleted Success"
}
This API returns the specified config.
Request description
Headers
linked_account_id
string
requiredUnique customer identification id. For Eg: markwood@some_email.com
Path Parameters
slug
string
requiredApplication Slug. Eg: docusign
config_id
string
Id of the config to be fetched. If not provided, linked_account_id
is considered by default.
Response description
200
500
message
string
System generated message
curl --request DELETE \
--url https://api.gocobalt.io/api/v2/public/slug/:slug/config/:config_id \
--header 'linked_account_id: <linked_account_id>' \
--header 'x-api-key: <x-api-key>'
{
"message": "Installation Deleted Success"
}