ByteChef LogoByteChef
Backend (API Key)Integration Instances

Delete an integration instance

Delete an integration instance.

DELETE
/{externalUserId}/integration-instances/{id}

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

externalUserId*string

The external user id.

id*integer

The id of an integration instance.

Formatint64

Response Body

curl -X DELETE "https://example.com/string/integration-instances/0"
Empty

How is this guide?