Delete a request from the space

Removes a request from the specified space. Only users with appropriate management permissions can delete requests.
The deletion operation maintains audit trails for tracking purposes.

Key Features:

  • Removes the request and all associated data
  • Validates user permissions before allowing deletion
  • Maintains audit trail for deletion operations
  • Ensures data consistency across related entities

Authorization Logic:

  1. User must have a valid JWT token with program management scopes
  2. User must have delete permissions for requests in the space
  3. User must have access to the space containing the request

Usage Example:

Remove outdated or cancelled content requests to maintain clean program management workspaces.

Language
Response
Click Try It! to start a request and see the response here!