DELETE /{id}/contacts

Removes all of an application's contacts.

Resource Name: /applications/{id}/contacts

Permissions Required:
  • editAllApplications
Request URL Parameters:

Parameter

Type

Description

idMandatory

String

The application's revision ID.

Return:

200 - OK

Error Codes:
  • 404 (Not found) - Application wasn't found.
  • 403 (Forbidden) - User doesn't have permission to edit the application.
  • 403 (Forbidden) - User doesn't have permission to edit the application's general information.

 

â See also: