Deletes tags.
cURL
curl --request DELETE \ --url https://client.synack.com/api/tagging/v1.0/organizations/{orgUid}/tags \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "uids": [ "<string>" ] } '
{ "id": "<string>", "error": "<string>" }
The access token received from the authorization server in the OAuth 2.0 flow.
Unique identifier for an organization group. Unique identifier for an organization.
Tags to delete.
Unique identifier for a tag.
No content.