Authorizations
Body
application/json
Response
200
curl --request POST \
--url https://{controlPlaneURL}/api/svc/v1/delete \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"manifest": "<any>"
}'Deletes resources of specific types, such as provider-account, cluster, workspace, or application.
curl --request POST \
--url https://{controlPlaneURL}/api/svc/v1/delete \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"manifest": "<any>"
}'Show child attributes
Was this page helpful?