Delete Customer Grant

Overview

Use this API to delete a grant provided by a customer.

Permissions

Actor Permission
User All of the following are required:
  • User must have 'Edit Customer' action.
  • If "Customer departmentalization" setting is enabled in the application, then all customers (granted on and granted to) must belong to either the user's home department, or to a department where the user is a foreign user.
Client Application No additional permission is required.
SecurityoAuthUser or oAuthClient
Request
path Parameters
id
required
string

ID of the customer on whom grant needs to be deleted.

Example: 1003
grantedcustomerid
required
string

ID of the customer to whom grant needs to be deleted.

Example: 1004
header Parameters
Accept
required
string
Default: application/json

Content type accepted by client.

Enum: "application/json" "application/xml"
Accept-Language
required
string
Default: en-US

Language locale accepted by client (used for locale specific fields in resource representation and in error responses).

Enum: "en-US" "es-ES" "fr-FR" "it-IT" "de-DE" "nl-NL" "pt-BR" "pt-PT" "da-DK" "ru-RU" "fr-CA" "zh-CN" "ja-JP" "ko-KR" "sv-SE"
Responses
204

No content

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

406

Not Acceptable

500

Internal server error

delete/customer/{id}/grantedcustomer/{grantedcustomerid}
Request samples
Response samples
application/json
{
  • "code": "400-203",
  • "developerMessage": "Request body is not allowed."
}