Delete a badge template
Deletes a badge template. The actor must be an owner or admin of the event.
/badges/{template_id}Deletes a badge template. The actor must be an owner or admin of the event.
Authorization
bearerAuth JWT issued by IdentityX, signed with Ed25519
In: header
Path Parameters
Badge template ID.
Response Body
application/json
application/json
application/json
application/json
curl -X DELETE "https://example.com/badges/497f6eca-6276-4993-bfeb-53cbbbba6f08"{
"code": 0,
"message": "string",
"error": {
"code": "BAD_REQUEST",
"message": "string",
"fields": [
{
"field": "string",
"message": "string"
}
],
"meta": {},
"debug": {
"raw_error": "string",
"stack_trace": "string"
}
},
"timestamp": "2019-08-24T14:15:22Z",
"module": "string"
}{
"code": 0,
"message": "string",
"error": {
"code": "BAD_REQUEST",
"message": "string",
"fields": [
{
"field": "string",
"message": "string"
}
],
"meta": {},
"debug": {
"raw_error": "string",
"stack_trace": "string"
}
},
"timestamp": "2019-08-24T14:15:22Z",
"module": "string"
}{
"code": 0,
"message": "string",
"error": {
"code": "BAD_REQUEST",
"message": "string",
"fields": [
{
"field": "string",
"message": "string"
}
],
"meta": {},
"debug": {
"raw_error": "string",
"stack_trace": "string"
}
},
"timestamp": "2019-08-24T14:15:22Z",
"module": "string"
}{
"code": 0,
"message": "string",
"error": {
"code": "BAD_REQUEST",
"message": "string",
"fields": [
{
"field": "string",
"message": "string"
}
],
"meta": {},
"debug": {
"raw_error": "string",
"stack_trace": "string"
}
},
"timestamp": "2019-08-24T14:15:22Z",
"module": "string"
}Update a badge template PATCH
Updates a badge template's name and/or design data. The target ticket type and origin are immutable — move a template by deleting and recreating it. Designs are read live, so emissions re-render automatically; no emails are sent. The actor must be an owner or admin of the event.
List a user's badges GET
Lists a user's active badges grouped by origin (attendant, staff), each split into current and past editions. Public — badges are meant to be shown on profiles.