Attribute DeletedWebhook

COMING SOON!

Receive a notification when a Metadata Attribute is deleted in Tenovos.

SecurityOAuth2
Request
Request Body schema: application/json

Information about the Metadata Attribute that was deleted.

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.attribute.deleted",
  • "event": {
    },
  • "attribute": {
    }
}