cURL
curl --request DELETE \ --url https://app.quizrise.com/api/v1/tags/{tagId} \ --header 'Authorization: Bearer <token>'
{ "status": "success", "message": "Tag deleted successfully" }
Delete an existing tag from the system
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the tag to delete
Tag deleted successfully
The response is of type object.
object