Delete a license
Endpoint
https://api.devpayr.dev/api/v1/project/{project}/licenses/{license}Authentication
X-API-KEY: <your_api_key>Path Parameters
Parameter
Type
Required
Description
Request Body
Example Request
Response
Success (200)
Access Rules
1) API key must be allowed to manage the project
2) Ownership must match (project + license must belong to the API key owner)
Errors
Missing API Key (401)
Invalid / Expired API Key (403)
Not Found (404)
Rate Limited (429)
Last updated