DELETE
/
register
/
registrations
/
{registrationId}
/
files
/
{id}
curl --request DELETE \
  --url https://thirdparty-sandbox.staging.qonto.co/register/registrations/{registrationId}/files/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Qonto-Partner-Id: <api-key>' \
  --header 'X-Qonto-Staging-Token: <api-key>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Bearer authorization header: Bearer <token>. To get your <token>, please sign up to the Developer Portal.

Qonto-Partner-Id
string
header
required

API Key authorization header: Qonto-Partner-Id: <partner_id>. To get your <partner_id> please, sign up to the Developer Portal.

X-Qonto-Staging-Token
string
header
required

Required only for Sandbox API requests; to get one, please sign up to the Developer Portal.

Path Parameters

registrationId
string
required

id of the Registration resource

id
string
required

id of the File resource

Response

204

Returns a success status.