Skip to main content

Delete Integration Instance

DELETE 

/api/starshipit/integration-instances/:integration_instance

Deletes a StarShipIt integration instance.

Authorization

Any valid API token can call this endpoint — no specific scope required. Manage tokens.

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