Delete an Access Code
DELETE
https://connect.getseam.com/access_codes/delete
Request
Request Parameters
Name
Type
Description
access_code_id*
String
ID of the access code.
Sample Request
seam.access_codes.delete(access_code_id: "123e4567-e89b-12d3-a456-426614174000")
# <Seam::ActionAttempt:0x0000000107026c98
# status="success"
# action_type="DELETE_ACCESS_CODE",
# action_attempt_id="af0155aa-51fe-4e63-9acb-2fbd33675cac",
# result={}>
Response
This section shows the JSON response returned by the API. Since each language encapsulates this response inside objects specific to that language and/or implementation, the actual type in your language might differ from what’s written here.
Sample Response
{
"ok": true
}
Last updated
Was this helpful?