Delete a showcase

DELETE/showcases/{showcase_id}

Moves the showcase to the trash. Its child showcases, the products in the showcase, and its copies in replicated accounts are moved to the trash along with it.

Replicated showcases are read-only and cannot be deleted. Attempts to delete them return the replica_readonly error code.

AuthorizationBearer <token>

Autonomous mode: the API credential secret, sent as a bearer token. Credential secrets are identified by a fixed prefix.

In: header

Path Parameters

showcase_id*string

Response Body

application/json

application/json

application/json

curl -X DELETE "https://example.com/showcases/string"
Empty