Skip to main content

Delete Integration Instance

DELETE 

/api/starshipit/integration-instances/:integration_instance

Deletes a StarShipIt integration instance.

Not yet available to API tokens

This endpoint currently requires session authentication; Personal Access Token scope support is in progress.

The deletion is performed asynchronously: this endpoint queues a background job and returns immediately. The background job removes the instance's cached orders, webhook events, and API logs before deleting the instance record itself. Large instances may take a while to fully disappear.

Returns 404 when the instance does not exist.

Authentication: Requires Bearer token.

Request

Responses

OK

Response Headers
    Content-Type