Skip to main content
DELETE
/
conversation
/
tags
/
{id}
cURL
curl --request DELETE \
  --url https://api.pingmee.co.il/conversation/tags/{id} \
  --header 'Cookie: <api-key>' \
  --header 'x-api-key: <api-key>'
"success"

Authorizations

x-api-key
string
header
required

Path Parameters

id
string
required

ID of conversation tag to delete

Response

Conversation tag deleted

The response is of type string.

Example:

"success"