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
| Name | Location | Type | Required | Description |
|---|---|---|---|---|
| category | path | threads | 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 | files | Yes | — |
Query parameters
None.
Body schema
Content type: application/json · Required
| Field | Type | Required | Description |
|---|---|---|---|
| confirmation | threads | 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 | files | Yes | — |
What the API returns
Each response code below includes the documented payload shape for the ACP API.
200Resource category deletedapplication/json
| Field | Type | Required | Description |
|---|---|---|---|
| success | boolean | Yes | Whether the request succeeded. |
| category | threads | 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 | files | Yes | — |
| deletedCount | integer | Yes | — |
400Exact category confirmation was not supplied
None.
404Unknown resource category
None.
Delete an account-owned resource category
Loading...
Response 200
Loading...