API ReferencePublisher Agents

Delete an unused draft

DELETE
/v1/publisher/agents/{agent_id}

Authorization

bearerAuth
AuthorizationBearer <token>

Send a SimpleServe API key as Authorization: Bearer <key>.

In: header

Path Parameters

agent_id*string

Publisher-owned agent ID.

Match^agent_[A-Za-z0-9]+$

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X DELETE "https://example.com/v1/publisher/agents/string"
{  "id": "string",  "deleted": true}