Destroy All Contract Licenses (Legacy)
Description
Legacy endpoint for destroying all contract licenses. Kept for backward compatibility.
Endpoint Details
- Method:
POST - Path:
/api/v1/contracts/destroy-all - Authentication: API Key (required)
Request Headers
| Header | Value | Description |
|---|---|---|
Authorization | Bearer {{api_key}} | N/A |
Idempotency-Key | {{$guid}} | N/A |
Content-Type | application/json | N/A |
Request Parameters
{
"contract_uuid": "{{contract_uuid}}"
}Response Examples
⚠️ No response examples are documented in the Postman collection for this endpoint.
Last updated on