# Delete a signup request Permanently removes a signup request from the system without notifying the user. Use this for cleaning up invalid, duplicate, or spam requests. Unlike rejection, this does not send any notification to the applicant. The request cannot be recovered after deletion. RBAC: requires Signups.Manage Endpoint: DELETE /api/v1/admin/signup_requests/delete/{hash} Version: 1.0 Security: ## Path parameters: - `hash` (string, required) ## Response 403 fields (application/json): - `errorCode` (string, required) Error code - `message` (string, required) Error message - `docUrl` (string) Link to documentation