API ReferenceEmail
Remove Email Block
Authorization
apiKey X-API-Key<token>
API key for authentication
In: header
Request Body
application/json
blockId*string
Block ID to remove
Format
uuidResponse Body
application/json
curl -X DELETE "https://samva.app/api/v1/email/blocks/:blockId" \ -H "Content-Type: application/json" \ -d '{ "blockId": "fcde1d7c-c9cf-4365-8b6f-51bb6a8bc460" }'{
"success": true,
"message": "string"
}