curl --request DELETE \
--url https://{controlPlaneURL}/api/svc/v1/apps/{id} \
--header 'Authorization: Bearer <token>'
{
"message": "<string>"
}
Delete Application associated with the provided application ID.
curl --request DELETE \
--url https://{controlPlaneURL}/api/svc/v1/apps/{id} \
--header 'Authorization: Bearer <token>'
{
"message": "<string>"
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Id of the application
Delete application response.
The response is of type object
.
Was this page helpful?