Memos
User Service

Delete User Webhook

DeleteUserWebhook deletes a webhook for a user.

DELETE
/api/v1/users/{user}/webhooks/{webhook}

Path Parameters

user*string

The user id.

webhook*string

The webhook id.

Response Body

application/json

curl -X DELETE "https://example.com/api/v1/users/string/webhooks/string"
Empty
{
  "code": 0,
  "message": "string",
  "details": [
    {
      "@type": "string"
    }
  ]
}

On this page

No Headings