cURL
curl --request DELETE \ --url https://release0.com/api/v1/agents/{agentId} \ --header 'Authorization: Bearer <token>'
{ "message": "success" }
API endpoint to permanently delete an agent by its unique identifier.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
π Where can I find my agentβs ID? π Check this guide! πβ¨
Successful response
The response is of type object.
object