Delete a product

DELETE/products/{product_id}

Moves the product to the trash, together with its modules, its lessons, and its copies in replicated accounts. Users' access and reports related to the product are preserved.

Restoring the product does not restore its copies in replicated accounts.

Replicated products are read-only and cannot be deleted; these requests 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

product_id*string

Response Body

application/json

application/json

application/json

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