cURL
curl --request DELETE \ --url https://api.example.com/tags/{tag_id} \ --cookie fastapiusersauth=
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Delete a tag.
Successful Response
Was this page helpful?