cURL
curl --request POST \ --url https://release0.com/api/v1/agents/{agentId}/unpublish \ --header 'Authorization: Bearer <token>'
{ "message": "success" }
API endpoint to unpublish an agent, making it inaccessible to the public.
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