Delete a Copilot
Delete single copilot by ID
DELETE
/
backend
/
copilot
/
:id
This endpoint points to the (v2) version of the API. The (v2) version of the API is the latest version and is recommended for all new development. Please update your code to use the (v2) version of the API.
Body
id
string
The uuid of the copilot
Headers
header
string
application/json
header
string
Bearer YOUR_TOKEN
Response
success
string
Indicates whether the call was successful.
Was this page helpful?