![]() |
API Documentation
|
where {organisationId} is the ID of an organization.
POST - initiates a request to remove an organization (specified by organisationId) configured on the Covata Platform.DELETE - cancels or declines an existing request to remove an organization (specified by organisationId).Note: The
DELETEmethod takes no parameters.
This API endpoint serves a number of purposes:
organisationId) configured on the Covata Platform.organisationId, or declines such an existing request (i.e. initiated by another Safe Share administrator).Tip: To determine if an organization has an existing request for its removal, use the <access-service>/api/v1/organisations API endpoint to retrieve information about organizations configured on the Covata Platform and if the required organization's
organisationRemovalRequestmember is notnulland contains sub-members, then the organization has an existing request for its removal.
This API endpoint supports the following Covata user roles (as described in the Safe Share Administrator's Guide):
The Covata Platform's resources available to a Covata user meeting the criteria above is determined by the access token submitted in the header of requests to this endpoint.
The appropriate access token as the Bearer token:
Authorization: Bearer eyJhbGciOiJSUzI1NiJ9.eyJleHAiOjE0NjcwMTY2NjYsInVzZXJfbmFtZSI6ImFsZXgub...The following header is required if the body of the request has a JSON object:
Content-Type: application/jsonThe following required parameters must be sent in the body of the POST request, each as individual members of a JSON object:
true) or not (false) the contact person of the organization (specified by organisationId) will be sent an email notification informing them that a Safe Share administrator had initiated a request to remove their organization from the Covata Platform. false to ensure correct system behavior. If the POST request succeeded, then an HTTP response status 201 Created is returned.
If the DELETE request succeeded, then an HTTP response status 204 No Content is returned.