Developer Portal

Delete ProfileDELETE

Delete a client profile by ID. Use this when the client profile should no longer be available through the Accounts & Funding API.

View as Markdown
DELETE
/profiles/{id}

Authorization

Authorization<token>

Bearer access token issued by the admin login flow.

In: header

Path Parameters

idRequiredstring
curl -X DELETE "https://example.com/profiles/<string>" \
  -H "Authorization: <token>"

A successful response.

{}