Delete a custom rate of the given organisation

Deletes the custom rate of the given organisation by ID.

If the custom rate has a start_date that is in the past relative to the current billing period (1st of the current month 00:00:00), it is set to ‘expired’ so that subsequent GET calls may still return the rate with an adjusted end_date

Authentication

AuthorizationBearer

An auth_token should be provided to authenticate a session.

To obtain an auth_token, see the POST request to /api/v1/authenticate.

Path parameters

org_iddoubleRequired
Numerical ID of an organization
custom_rate_iddoubleRequired
Numerical ID of the custom rate

Response

Successfully deleted the custom rate

Errors