Skip to main content
DELETE
Delete a tag

Authorizations

Authorization
string
header
required

Authentication token required for accessing protected endpoints. The token should be obtained from the main SalesCaptain authentication service.

Path Parameters

company_id
string<uuid>
required

Unique identifier for the company

Example:

"7f22b96a-f75b-461e-9a1d-b8ff6f53f519"

tag_id
string<uuid>
required

Unique identifier for the tag to delete

Example:

"c9d8e7f6-a5b4-3210-9876-543210fedcba"

Response

Tag deleted successfully

message
string
Example:

"Tag deleted successfully!"

data
object