Skip to main content
DELETE
Delete multiple profiles

Authorizations

Authorization
string
header
required

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

Body

application/json

You need to pass an array of profile ids.

profilesToDelete
string[]
required

Array of profile IDs that you want to delete.

Example:

Response

204 - undefined