Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
ID of the File Request to delete
Example:
"frq_abc12345678"
Response
No content
curl --request DELETE \
--url https://api.mijnklantportaal.nl/v1/file-requests/{requestId} \
--header 'Authorization: Bearer <token>'This response does not have an example.Deletes a File Request, and the request only. Uploaded files from this request will not be deleted
curl --request DELETE \
--url https://api.mijnklantportaal.nl/v1/file-requests/{requestId} \
--header 'Authorization: Bearer <token>'This response does not have an example.Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
ID of the File Request to delete
"frq_abc12345678"
No content