Remove Loads


Description

This method is used to remove load.

Authentication

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

HTTP Methods

Accepts DELETE requests.

URI

/api/users/{userUuid}/loads/{loadUuid}

Path Variables

Name Required/Optional Description Validation
userUuid required The UUID of the user in the system User UUID should exist in the system.
loadUuid required The UUID of the Load in the system Load UUID should exist in the system.

HTTP Parameters

No HTTP parameters.

Curl Example

Request

curl -k -u apiuser:test -X DELETE "https://www.factorsnetwork.com/api/users/3be13e8e-00be-498d-a843-d6aad5af4cc1/loads/4323a42b-6091-431f-b0f3-270b48c807a9"
						

Response

No Response