Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
OK
curl --request POST \
--url https://api.skulabs.com/customer/remove_tag \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"ids": [
"<string>"
],
"tag_id": "<string>"
}'/customer/remove_tag
curl --request POST \
--url https://api.skulabs.com/customer/remove_tag \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"ids": [
"<string>"
],
"tag_id": "<string>"
}'Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
OK