Appearance
Delete License
Delete a license.
DELETE /v1/licenses/:idPath Parameters
| Parameter | Description |
|---|---|
id | License ID |
Response
json
{
"data": {
"id": "lic_xxx",
"deleted": true
}
}Example
bash
curl -X DELETE "https://api.packedge.dev/v1/licenses/lic_xxx" \
-H "Authorization: Bearer pk_your_api_key"Notes
- Deleting a license deactivates all associated activations
- This action is permanent and cannot be undone
- Consider using
status: revokedinstead if you want to preserve history
