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.

Path Params
string
required
length between 7 and 22

The unique identifier of the space containing the target entity. This determines the scope of entity queries and ensures proper access control. The space must be accessible to the authenticated user with appropriate permissions. It can be the unique identifier (GUID) of the space or the word "default" to indicate the default programs space. Common values include "default" and "rkr83lapKkyCJuLLWqLqzB".

string
required

The unique identifier of the request to delete. The request must exist within the specified space and the user
must have appropriate permissions to delete it.

Responses
204

Request deleted successfully. No content is returned.

Language
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json