Delete Contact
DELETE
/v1/bolts/{boltId}/users/{userId}Remove a user from a Bolt. Note: this does not delete the user from the system.
Request
Path Params
boltId
string
required
The ID of your Bolt.
Example:
1234
userId
integer
required
The user ID can be retrieved via the List Contacts endpoint.
Example:
4567
Request samples
Responses
No Content(204)
HTTP Code: 204
Content Type : Rawtext/plain
Example
Not configured
Last modified: 5 months ago