Skip to main content
DELETE
/
client-properties
/
{clientPropertyId}
/
tags
/
{tagId}
Delete a tag for a client property
curl --request DELETE \
  --url https://api.leanpay.fr/v1/public/client-properties/{clientPropertyId}/tags/{tagId} \
  --header 'Authorization: <api-key>'

Authorizations

Authorization
string
header
required

Path Parameters

clientPropertyId
string<uuid>
required

The ID of the client property

tagId
string<uuid>
required

The ID of the tag to delete

Response

Tag deleted successfully