Delete Watchdog


Description

This method deletes watchdog from the system.

Authentication

Requires HTTP BASIC authentication. The authenticating user must have ROLE_LOAD_PERMITTED assigned.

HTTP Methods

Accepts DELETE requests.

URI

/api/creditor/{creditorUuid}/users/{userUuid}/watchdogs/{uuid}

Path Variables

Name Required/Optional Description Validation
creditorUuid required The UUID of the creditor in the system Creditor UUID should exist in the system
userUuid required The UUID of the User in the system User UUID should exist in the system
uuid required The UUID of the watchdog in the system Watchdog UUID should exist in the system

HTTP Parameters

No HTTP Parameters

Curl Example

Request

curl -u apiuser:test -X DELETE "https://www.factorsnetwork.com/api/creditor/96575125-5fa6-44f5-9e37-afbb5f56b737/users/2cfd1367-4f19-4cc5-a6e6-8b1d53e52320/watchdogs/4ba3a230-01b2-407e-806e-23ea411d20ef"
						

Response

No Response