DELETE api/Invitations?key={key}&projectId={projectId}&spaceId={spaceId}
Remove an invitation for a user to a subproject
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
key |
email address/phone |
string |
Required |
projectId |
family id |
integer |
Required |
spaceId |
subproject id |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Remove an invitation for a user to a subproject
ApiReturnName | Description | Type | Additional information |
---|---|---|---|
Success | boolean |
None. |
|
Error | ErrorInfo |
None. |
Response Formats
application/json, text/json
Sample:
{ "Success": true, "Error": { "ErrorCode": 1, "ErrorMessage": "sample string 1" } }
application/xml, text/xml
Sample:
<ApiReturn xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TechExcel.DTKService.Model.Common"> <Error> <ErrorCode>1</ErrorCode> <ErrorMessage>sample string 1</ErrorMessage> </Error> <Success>true</Success> </ApiReturn>