# Cancel an outstanding request **DELETE /requests/{requestId}** The request with the supplied `requestId` is cancelled and deleted. Any information that has already been gathered from on part of the organisation must be deleted. The user must be able to submit a new data request immediately. ## Servers ## Authentication methods - O auth ## Parameters ### Path parameters - **requestId** (string) A random identifier that uniquely identifies a request. A version 4 UUID is strongly recommended. Note: the generated identifier must be random. The identifier must not include any information that can be related to the requester. Additionally, requestIds must not be incremental. ## Responses ### 200 OK #### Body: (string) string ### 401 Unauthorized #### Body: (object) - **error** (string) - **message** (string) ### 404 Not Found #### Body: (object) - **error** (string) - **message** (string) [Powered by Bump.sh](https://bump.sh)