Sonna
API ReferenceProfiles

Delete Profile

Delete a voice profile.

DELETE
/profiles/{profile_id}

Path Parameters

profile_id*Profile Id

Response Body

application/json

application/json

curl -X DELETE "https://example.com/profiles/string"
null
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}