Skip to content

Delete License

Delete a license.

DELETE /v1/licenses/:id

Path Parameters

ParameterDescription
idLicense 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: revoked instead if you want to preserve history