Positive Delete

DELETEhttps://api.luasims.cloud/api/v1/student/positive/delete

Headers

NameValue

Content-Type

application/json

Authorization

Bearer <apikey>

Body

NameTypeDescription

StudentID

string

The Roblox ID of the user

SnowflakeID

string

The snowflake of the positive

Response

{
  "Message": String,
  "Student": Object,
  "Error": false
}

Last updated