Vocabulary DeletedWebhook

Receive a notification when a Metadata Vocabulary list (Controlled Vocabulary) is deleted in Tenovos. This event applies to the entire list. For the deletion of individual values, use the metadata.vocabulary.updated event.

SecurityOAuth2
Request
Request Body schema: application/json

Information about the Metadata Vocabulary that was deleted. This event applies to the entire list. For the deletion of individual values, use the metadata.vocabulary.updated event.

eventType
string

Combination of the Topic and the Event

object (event)

Object containing event information and the user who triggered the event.

object
Request samples
application/json
{
  • "eventType": "metadata.vocabulary.deleted",
  • "event": {
    },
  • "vocabulary": {
    }
}