Skip to main content
DELETE
/
file-requests
/
{requestId}
Delete File Request
curl --request DELETE \
  --url https://api.mijnklantportaal.nl/v1/file-requests/{requestId} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

requestId
string
required

ID of the File Request to delete

Example:

"frq_abc12345678"

Response

No content

I