cURL
curl --request DELETE \ --url https://api.botpress.cloud/v1/admin/integrations/{id} \ --header 'Authorization: Bearer <token>' \ --header 'x-workspace-id: <api-key>'
{}
Delete integration
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Your workspace ID.
Integration Version ID
Success
The response is of type object.
object
Was this page helpful?