RejectProjectRequestById
This method can be used for the following functionality: Reject a project request, by project request identifier (Id).
Last updated
{
"reason": "Not Enough Information Provided."
}curl -X PUT 'https://demo.attackforge.com/api/ss/request/5e8017d2e1385f0c58e8f4f8/reject' -H 'Host: demo.attackforge.com' -H 'X-SSAPI-KEY: ***************************************' -H 'Content-Type: application/json' -H 'Connection: close' -d '{
"reason": "Not Enough Information Provided."
}'{
"result": {
"result": "Project Request Rejected. Submitter Notified."
}
}