API Reference
/- Shared Resources
- Local API
Delete tags
Delete one or more profile tags.
- Preconditions: at least one id must resolve within the team; ids that do not are ignored silently.
- Effect: deletes the tags. The tag disappears from every profile that carried it, and no profile is deleted. This endpoint only manages profile tags — Cloud Storage file tags are managed separately.
- Completion: synchronous. A repeat call reports the tags as invalid, which means the first one succeeded.
Documented business errors: 19105. See Error Codes for what each code means. Any operation can additionally return the common codes.
POST
curl -i -X POST \
http://127.0.0.1:40000/api/envtag/delete \
-H 'Content-Type: application/json' \
-d '{
"ids": [
"string"
]
}'Response
{ "code": 0, "msg": "", "data": true, "requestId": "" }