For up-to-date product documentation, see the IBM MobileFirst Foundation Developer Center.
Push Webhook (DELETE)
Delete the webhook in the application.
Method
DELETE
Path
/apps/applicationId/webhooks/webhookName
Example
https://example.com:443/imfpush/v1/apps/myapp/webhooks/mywebhook
Path Parameters
- applicationId
- The name or identifier of the application
- webhookName
- The identifier of the webhook
Header Parameters
Some header parameters are optional.
- Accept-Language
- (Optional) The preferred language to use for error messages. Default:en-US
- Authorization
- The token with the scope "webhooks.write" and "push.application.<applicationId>" obtained using the confidential client in the format Bearer token.. This parameter has to be mandatorily set.
Produces
application/json
Errors
401Unauthorized - The caller is either not authenticated or not authorized to make this request.404
The webhook with the specified name is not found.500
An internal error occurred.
Parent topic: REST API for the MobileFirst Server push service