Cancel organization application
Cancel a pending organization application. This sets the application status to CANCELLED and can typically only be performed by the user who submitted the application.
Required Permissions:
- Resource permission: ACCESS on the specific application
Business Rules:
- Application must be in PENDING status
- Only the submitter or users with application access can cancel
- Cancellation is permanent and cannot be undone
DELETE
/organizations/applications/{application-id}
curl \
--request DELETE 'http://api.example.com/organizations/applications/123e4567-e89b-12d3-a456-426614174000'
Response examples (200)
{
"message": "Application cancelled successfully"
}