Delete a specific schedule rotation user by id
curl --request DELETE \
--url https://api.rootly.com/v1/schedule_rotation_users/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "<string>",
"type": "schedule_rotation_users",
"attributes": {
"schedule_rotation_id": "<string>",
"user_id": 123,
"position": 123,
"created_at": "<string>",
"updated_at": "<string>"
}
}
}Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/schedule_rotation_users/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "<string>",
"type": "schedule_rotation_users",
"attributes": {
"schedule_rotation_id": "<string>",
"user_id": 123,
"position": 123,
"created_at": "<string>",
"updated_at": "<string>"
}
}
}