curl --request GET \
--url https://api.example.com/v1/datetime/subtract \
--header 'X-API-Key: <api-key>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Subtract time from a date.
curl --request GET \
--url https://api.example.com/v1/datetime/subtract \
--header 'X-API-Key: <api-key>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Start date (ISO format)
Days to subtract
Hours to subtract
Minutes to subtract
Seconds to subtract
Weeks to subtract
Successful Response