DELETE v{version}/webhooks/types/subscription

Details

Unsubscribe to a specific webhook.

https://api.procurewizard.com/v1.0/webhooks/types/subscription

Request

URI Parameters

These are parameters passed as part of the URL in the request.

Name Description Type Additional information
version

The API version parameter. The current version is 1.0.

string

None

Response

Response Description

A response object of DeleteResponse

Response Formats

Example responses of what the data might contain.

    
{}
    
    
<DeleteResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ProcureWizard.Infrastructure.Data.Api" />
    

Back