cURL
curl --request DELETE \ --url https://api.devin.ai/v3/enterprise/organizations/{org_id}/tags/default \ --header 'Authorization: Bearer <token>'
{ "default_tag": "<string>" }
Clear the default tag for an organization.
Service User credential (prefix: cog_)
Successful Response