Unlink a program from a certification template
Removes a program link from a certification template. The actor must be an owner or admin of the event.
/certifications/templates/{template_id}/linkRemoves a program link from a certification 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
Certification template ID.
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Request body for (un)linking a program to a template. Mirrors models.CertTemplateProgramRequest.
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X DELETE "https://example.com/certifications/templates/497f6eca-6276-4993-bfeb-53cbbbba6f08/link" \ -H "Content-Type: application/json" \ -d '{ "program_id": "70c1146b-e933-4cb2-a789-bbca5312b517" }'{
"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"
}{
"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"
}Link a program to a certification template POST
Links a program to a `program_attendance` certification template, making the template eligible for that program's attendees. The actor must be an owner or admin of the event.
List a template's program links GET
Lists the program links of a certification template. Public.