Delete demo session
API Reference
Delete demo session
Revokes the calling API key and deletes the customer row with all dependent data (connections, entities, mappings) via CASCADE. Returns 204 with no body.
DELETE
Delete demo session
Revokes the calling API key and deletes the entire demo customer with all dependent data -
connections, entity mappings, canonical objects, and platform objects. Deletion cascades
through the database; there is nothing left to clean up.
Returns
204 No Content on success with no response body. The API key used to make this
call is no longer valid after it completes.Authorizations
API key passed as a Bearer token. Keys are prefixed: sk_demo_* (sandbox),
sk_live_* (production), sk_test_* (staging).
Response
Demo session deleted