POST
/
api
/
svc
/
v1
/
delete
curl --request POST \
  --url https://{controlPlaneURL}/api/svc/v1/delete \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "manifest": {}
}'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Response

200

The resource has been successfully deleted.