Contact Groups
Delete Contact Group
Delete a contact group by UUID (soft delete).
The contact group will be marked as deleted but not permanently removed from the database. Contacts in this group will not be affected.
DELETE
Authorizations
Bearer token authentication. Include your API key in the Authorization header:
Authorization: Bearer YOUR_API_KEY
Path Parameters
UUID of the contact group to delete
Example:
"249657cb-a9b0-445d-932e-4c04fe07a384"
Response
200
application/json
Contact group deleted successfully
The response is of type object
.