Delete a project domain
Endpoint
https://api.devpayr.dev/api/v1/project/{project}/domains/{domain}Authentication
X-API-KEY: <your_api_key>Path Parameters
Parameter
Type
Required
Description
Authorization Rules
1) Project-scoped API key must match the project
2) Global API key must match project ownership
3) Domain must belong to the specified project
Example Request
Response
Success (200)
Deletion Behavior
Errors
Missing API Key (401)
Invalid / Expired API Key (403)
Unauthorized (403)
Project or Domain Not Found (404)
Rate Limited (429)
Last updated