Delete user-defined Role (since 1.0.12)
CUSTOM-ENDPOINT
DELETE https://api.speakap.io/networks/:eid/roles/:eid/
CUSTOM-REQUEST
- URI: /networks/{networkEID}/roles/{roleEID}/
- Method: DELETE
- Authentication: OAuth 2.0
Parameters
| Name | Type | Description |
|---|---|---|
| networkEID | EID | Network EID |
| roleEID | EID | Role EID |
Response
| Status | Data |
|---|---|
| 202 | Accepted for deletion: returns a collection of Feedback object |
| 403 | Unauthorized: returns an Error object |
| 404 | Unknown network or role: returns an Error object |