delete
https://api.seismic.com/programs/v2/spaces//requests/
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:
- User must have a valid JWT token with program management scopes
- User must have delete permissions for requests in the space
- User must have access to the space containing the request
Usage Example:
Remove outdated or cancelled content requests to maintain clean program management workspaces.