Remove a block entry

Permanently deletes a block entry, unblocking the associated address or domain. Use this endpoint to remove a block entry through the Samva email API.

DELETE
/v1/email/blocks/{id}

Permanently deletes a block entry, unblocking the associated address or domain.

x-api-key<token>

In: header

Path Parameters

id*string
Match^blk_[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/email/blocks/string"
{  "success": true,  "message": "string"}

Related