Skip to main content
DELETE
Remove a destination from the project

Authorizations

hookie_session
string
cookie
required

The console's sealed session cookie, set by WorkOS AuthKit. Mutating requests also require the X-Requested-With CSRF header.

Path Parameters

pid
string
required

Project id (UUID) belonging to the caller workspace.

id
string
required

Destination id.

Response

Detached. The row is not hard-deleted (deliveries.destination_id is a NOT NULL foreign key): project_id is set to NULL and enabled to 0, so it disappears from every project list and stops receiving events while delivery history stays intact.

ok
boolean
required