RemoveProjectMembershipAdministrators

This method can be used for the following functionality: Remove user(s) or group(s) as project membership administrators

Parameters

The following URL, Headers and Parameters are required for requests to this API endpoint. Where a parameter is optional, it will be indicated. Otherwise treat all parameters as mandatory.

Headers

DELETE /api/ss/project/{id}/member-admins HTTP/1.1
Host: demo.attackforge.com
X-SSAPI-KEY: APIKey
Content-Type: application/json
Connection: close

Path

id (string)

Id of the project.

Example:

DELETE /api/ss/project/5eac95f1e594ea09107e9bb5/member-admins HTTP/1.1

Body

group_id (string)

Id of the group.

Example:

user_id (string)

Id of the user.

Example:

Example

The following example is a cURL request to remove project membership administrators on a project.

Request

Include API Token instead of stars in 'X-SSAPI-KEY: ***************************************' parameter.

Response

Response contains a status.

Last updated