DELETE test/…/accesses/…/…

Removes the link between a test definition and an organization, group or user.

Resource URL

https://www.drillster.com/api/2.1.1/test/{test_id}/accesses/{type}/{id}

Parameters

Field Type Description
test_id
required
String The ID of the test definition.
type
required
String constant Represents the entity type that the test definition is linked to. Possible values are GROUP, ORGANIZATION and USER.
id
required
String Represents the entity ID that the test definition is linked to. In the case of type GROUP it is the group ID, in case of type ORGANIZATION it is the organization ID and for type USER this represents the user ID.

For types USER and ORGANIZATION the value self is also permitted.

Response

An HTTP 204 (No Content) response is returned.