Apphook status
This endpoint can be used to manage Apphook status.
Retrieves a collection of Apphook statuses and rudimentary information about them.
Retrieves a single status of a Apphook.
Creates an Apphook Status.
Updates an Apphook status.
Deletes an Apphook status.
DELETE https://api.bundeling.com/V2/apphook_status/:uuid
Parameters
Url
| Name | Description | Type |
|---|
uuid | A unique identifier used to identify a Apphook Status | string |
Example request
Headers
Example response
{
"apphook_uuid": "eeb763c41c054dcc8f6d9362f24ee9b2",
"status": "Delete successful"
}