דלג לתוכן הראשי
DELETE
/
labels
/
{labelId}
Delete Label
curl --request DELETE \
  --url https://{projectID}.texterchat.com/server/api/v2/labels/{labelId} \
  --header 'Authorization: Bearer <token>'
"OK"

הרשאות

Authorization
string
header
נדרש

API token generated in Texter: gear icon → Developers → API Tokens. When creating a token, assign it the scopes required by the endpoints you plan to call - each endpoint lists its required scopes.

פרמטרי נתיב

labelId
string
נדרש

The unique identifier of the label. You can retrieve all existing labels using the List All Labels endpoint

תגובה

Label deleted. Body is the plain text OK