Apply
Delete Resources
Apply
Delete Resources
Deletes resources of specific types, such as provider-account, cluster, workspace, or application.
POST
/
api
/
svc
/
v1
/
delete
curl --request POST \
--url https://{controlPlaneURL}/api/svc/v1/delete \
--header 'Content-Type: application/json' \
--data '{
"manifest": {}
}'
Body
application/json
manifest of the resource to be created or updated
Response
200
The resource has been successfully deleted.
curl --request POST \
--url https://{controlPlaneURL}/api/svc/v1/delete \
--header 'Content-Type: application/json' \
--data '{
"manifest": {}
}'