Printago API
DELETE /v1/profiles

Delete multiple profiles

Requires: profile.delete

Request Body

- Array of profile IDs to delete

RequestBody
value
string[]

Example Request

application/json
[
  "string"
]

Response Schema

Response
value
string[]

Example Response

200 OK — application/json
[
  "string"
]