Account
Bank
Transfer
Discount
KYC
Supported
User
Delete Webhook URL
Delete user webhook URL.
DELETE
/
user
/
webhook
Copy
curl --request DELETE \
--url https://staging-api.getpartna.com/v4/user/webhook \
--header 'x-api-key: <api-key>' \
--header 'x-api-user: <api-key>'
Copy
{
"message": "success"
}
Response
200
application/json
delete user webhook ok
The response is of type object
.
Copy
curl --request DELETE \
--url https://staging-api.getpartna.com/v4/user/webhook \
--header 'x-api-key: <api-key>' \
--header 'x-api-user: <api-key>'
Copy
{
"message": "success"
}
Assistant
Responses are generated using AI and may contain mistakes.