cURL
curl --request DELETE \ --url https://app.promptingco.com/api/v1/apps/{appId}/resources \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "resourceId": "<string>" } '
{ "ok": true, "data": { "id": "<string>", "deletedDependentRouteCount": 1 } }
Organization-scoped API key. Available scopes:
1
product
Successful response
true
Show child attributes