ContactGroups

Delete a contact group

Permanently deletes a contact group by its ID. Use this endpoint to delete a contact group through the Samva email API.

DELETE
/v1/contact-groups/{id}

Permanently deletes a contact group by its ID.

x-api-key<token>

In: header

Path Parameters

id*string
Match^cgrp_[0-9a-hjkmnp-tv-z]{16,24}$

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X DELETE "https://example.com/v1/contact-groups/string"
{  "success": true}

Related