Delete an account-owned resource category

DELETE/v1/account/data-controls/{category}

Permanently delete only resources in the selected category that are owned by the authenticated account. Shared resources owned by other users and account, billing, membership, API-key, and connector records are preserved.

How to call this endpoint

Every ACP API request uses bearer authentication. The examples here show the actual request path, auth header, and body shape that the platform expects.

Path, query, and header parameters

These parameters control which ACP object the endpoint acts on and how the request is processed.

Path parameters
NameLocationTypeRequiredDescription
categorypaththreads | imagine | projects | development-resources | knowledge-libraries | custom-skills | test-plans | agents | computers | prompts | metronomes | batch-jobs | schedules | triggers | evaluations | guardrails | assurance | fine-tuning | optimization | security-resources | filesYes
Query parameters
None.

Body schema

Content type: application/json · Required

FieldTypeRequiredDescription
confirmationthreads | imagine | projects | development-resources | knowledge-libraries | custom-skills | test-plans | agents | computers | prompts | metronomes | batch-jobs | schedules | triggers | evaluations | guardrails | assurance | fine-tuning | optimization | security-resources | filesYes

What the API returns

Each response code below includes the documented payload shape for the ACP API.

200Resource category deletedapplication/json
FieldTypeRequiredDescription
successbooleanYesWhether the request succeeded.
categorythreads | imagine | projects | development-resources | knowledge-libraries | custom-skills | test-plans | agents | computers | prompts | metronomes | batch-jobs | schedules | triggers | evaluations | guardrails | assurance | fine-tuning | optimization | security-resources | filesYes
deletedCountintegerYes
400Exact category confirmation was not supplied
None.
404Unknown resource category
None.
Delete an account-owned resource category
Loading...
Response 200
Loading...
See the ACP quickstart and SDK flow