Deliverables
Revoke a license key
Permanently disable a specific license key, ensuring it belongs to the store. Checks the key’s current status and updates it to ‘revoked’. If the key is already revoked, a bad request error is returned.
POST
Revoke a license key
Previous
Retrieve License Key DetailsThis endpoint fetches detailed information about a specific license key using the provided `id` path parameter. The request requires verification via the `x-store-id` header to ensure that the key is associated with the correct store. It returns detailed information including the key status, product details, customer information, and associated order data.
Next
Revoke a license key